HTMLify

index.html
Views: 115 | Author: cody
<!-- Based on Fun ways to animate CSS gradients by Kevin Powell (2019)
see: https://www.youtube.com/watch?v=f3mwKLXpOLk -->

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link rel="stylesheet" href="style.css" />
    <title>Coming Soon</title>
  </head>
  <body>
    <div class="container">
      <h1 class="title">We Are Coming Soon</h1>
      <button class="btn">Subscribe</button>
    </div>
  </body>
</html>

Comments